EventAssertions<T> Class Methods
In This Topic
For a list of all members of this type, see EventAssertions<T> members.
Public Methods
| | Name | Description |
 | BeAssignableTo | Overloaded. Asserts that the object is assignable to a variable of type . (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<T,EventAssertions<T>>) |
 | BeNull |
Asserts that the current object has not been initialized yet.
(Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<T,EventAssertions<T>>) |
 | BeOfType | Overloaded. Asserts that the object is of the specified type . (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<T,EventAssertions<T>>) |
 | BeSameAs |
Asserts that an object reference refers to the exact same object as another object reference.
(Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<T,EventAssertions<T>>) |
 | Equals | (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<T,EventAssertions<T>>) |
 | Match | Overloaded. Asserts that the predicate is satisfied. (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<T,EventAssertions<T>>) |
 | NotBeAssignableTo | Overloaded. Asserts that the object is not assignable to a variable of type . (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<T,EventAssertions<T>>) |
 | NotBeNull |
Asserts that the current object has been initialized.
(Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<T,EventAssertions<T>>) |
 | NotBeOfType | Overloaded. Asserts that the object is not of the specified type . (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<T,EventAssertions<T>>) |
 | NotBeSameAs |
Asserts that an object reference refers to a different object than another object reference refers to.
(Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<T,EventAssertions<T>>) |
 | NotRaise |
Asserts that an object has not raised a particular event.
|
 | NotRaisePropertyChangeFor | Asserts that an object has not raised the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event for a particular property. |
 | Raise |
Asserts that an object has raised a particular event at least once.
|
 | RaisePropertyChangeFor | Asserts that an object has raised the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event for a particular property. |
 | Satisfy<T> | Allows combining one or more assertions using the other assertion methods that this library offers on an instance of . (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<T,EventAssertions<T>>) |
Top
Extension Methods
See Also